Skip to content

Fix routes /help#70

Closed
imanchalsingh wants to merge 4 commits intobrowseping:mainfrom
imanchalsingh:fix-routes
Closed

Fix routes /help#70
imanchalsingh wants to merge 4 commits intobrowseping:mainfrom
imanchalsingh:fix-routes

Conversation

@imanchalsingh
Copy link

Description

This PR introduces a Help Center page to improve overall UI/UX and prevent /help route issues.

Related Issue

Closes #67

Changes Made

Changes:

  • Added dedicated Help Center components
  • Implemented a /help page route to avoid 404 errors
  • Improved user experience by providing a structured help interface

Ui-

Screenshot 2026-02-08 204535

Thank You!

@vercel
Copy link

vercel bot commented Feb 8, 2026

@imanchalsingh is attempting to deploy a commit to the Akash Kumar's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented Feb 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web Ready Ready Preview, Comment Feb 8, 2026 3:49pm

Copy link
Member

@akash-kumar-dev akash-kumar-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes don't align with the current UI structure. The codebase is in dark mode, while this page uses a light theme. There's no navbar or footer layout, as in other pages. While the intention was to fix the 404 error for the /help route, new, irrelevant routes have been created that currently don't have corresponding .tsx files, resulting in 404 errors for those routes.

icon={<Globe className="h-8 w-8" />}
title="Features & Usage"
description="Discover how to use all BrowsePing features effectively."
link="/help/features"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You were supposed to fix the 404 error for the /help route by adding a help page. However, you've created other routes that currently result in a 404 error.

@akash-kumar-dev
Copy link
Member

Closing this PR. Please address the comments and work on a new branch.

@akash-kumar-dev akash-kumar-dev added the invalid This doesn't seem right label Feb 8, 2026
@imanchalsingh
Copy link
Author

Thanks for the detailed feedback, @akash-kumar-dev. I understand the issues regarding the theme mismatch and the broken links. I'm starting fresh on a new branch to align the UI with the dark mode and ensure all layouts and routes are correctly implemented. Will submit a new PR soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

invalid This doesn't seem right

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] 404 error on /help route in production

2 participants

Comments